var github.com/go-pg/pg/v10/orm.tableNameInflector

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		table.go#L52: var tableNameInflector = inflection.Plural
		table.go#L57: 	tableNameInflector = fn
		table.go#L101: 	tableName := tableNameInflector(t.ModelName)